Contribution org.nuxeo.ecm.platform.publisher.task.contrib--treeInstance
In component org.nuxeo.ecm.platform.publisher.task.contrib
org.nuxeo.ecm.platform.publisher.task.contrib
inside nuxeo-platform-publisher-task-7.10.jar /OSGI-INF/publisher-task-contrib.xml
This contribution is part of XML component Extension Point
Extension point treeInstance of component PublisherServiceImpl.Contributed Items
XML Source
<extension point="treeInstance" target="org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl">
<publicationTreeConfig factory="CoreProxyWithWorkflow" localSectionTree="true" name="DefaultSectionsTree" title="label.publication.tree.local.sections" tree="RootSectionsCoreTree">
<parameters>
<!-- <parameter name="RootPath">/default-domain/sections</parameter> -->
<parameter name="RelativeRootPath">/sections</parameter>
<parameter name="enableSnapshot">true</parameter>
<parameter name="iconExpanded">/icons/folder_open.gif</parameter>
<parameter name="iconCollapsed">/icons/folder.gif</parameter>
</parameters>
</publicationTreeConfig>
</extension>